home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / ida / cf / README < prev    next >
Encoding:
Text File  |  1990-12-13  |  2.7 KB  |  53 lines

  1.  Documentation for Sendmail.mc is found in the following files:
  2.  
  3.        Inside Sendmail.mc itself.  This is always likely to be the most up to 
  4.            date source of information.
  5.        In OPTIONS.  This gives an overview of the main options you may need 
  6.            when first setting up your system.
  7.        In CANONICAL.  This describes the internal representation of email 
  8.            addresses.
  9.        In DBM-Guide.  This is a guide to the care and feeding of your DBM 
  10.            databases.
  11.  
  12.  Important note:  Any time you change your options, or change a file used in 
  13.            one of the class definitions, you will need to rebuild the 
  14.            configuration freeze file (use: sendmail -bz), and you will then 
  15.            need to kill and restart the sendmail daemon.  The command:
  16.                 grep sendmail /etc/rc*
  17.            is sometime useful for finding the correct options for restarting
  18.            sendmail.
  19.  
  20.            Note that with the recommended definition of UUCPNODES, you should 
  21.            rebuild the freeze file and restart the sendmail daemon anytime 
  22.            you change the set of UUCP neighbors by editing L.sys.
  23.  
  24.            It IS NOT NECESSARY to rebuild the freeze file, or to kill/restart 
  25.            sendmail after changing one of the DBM databases.  Sendmail will 
  26.            correctly read the new version. 
  27.  
  28.  Modifying the rewrite rules:  The general principal here is DON'T.  It is 
  29.            part of the design of the IDA package that you should not need to 
  30.            modify the rewrite rules.  Almost every configuration change can be 
  31.            handled with the DBM databases.
  32.  
  33.        One exception is the configuration of the local mailer (Mlocal)
  34.        in Sendmail.mc.  Systems such as AIX and HP-UX use different 
  35.        programs for local mail delivery than the programs specified in
  36.        the distributed Sendmail.mc file.  Before generating the new
  37.        sendmail.cf file, examine the sendmail.cf file originally shipped
  38.        with your system.  Record the pathname (P=), flags (F=), and
  39.        invocation string (A=) from the lines beginning with "Mlocal"
  40.        and "Mprog".  Substitute the values P and A for their respective
  41.        mailers in Sendmail.mc if they differ significantly.
  42.  
  43.            There is perhaps one more.  That is ruleset 20.  Ruleset 20 is 
  44.            called to attempt to provide correct Internet addresses when a TCP 
  45.            mailer is used.  By default it provides such a route just for the 
  46.            UUCP neighbors.  For example it will convert 'uunode!user' to 
  47.            'uunode!user@your.domain.name'.  If you have other non-uucp 
  48.            neighbors which need to be similarly mapped into Internet 
  49.            addresses, you may need to modify this ruleset.
  50.  
  51.                 Neil Rickert
  52.                 rickert@cs.niu.edu
  53.